VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / PackFont Methods / PackFont(PdfFont,PdfTextSymbol[]) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    PackFont(PdfFont,PdfTextSymbol[]) Method (PdfFontManager)
    In This Topic
    Packs the specified PDF font.
    Syntax

    Parameters

    font
    The PDF font that should be packed.
    symbols
    The symbols that the font must contain. All other symbols will be removed from font.
    Exceptions
    ExceptionDescription
    Thrown if there is no mapping from Unicode to symbol codes.
    Remarks

    Fonts are packed using several methods, including font subsetting, i.e., removal of all symbols from font that are not used in PDF document.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also